From df3b3c0b3462ffbed0b3dc7baa09bf32549ccc57 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 24 Jun 2014 22:01:02 -0700 Subject: [PATCH] Fix the toml-rs build location --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4bba33d92..2e852de1f 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ BINS = cargo \ SRC = $(shell find src -name '*.rs' -not -path 'src/bin*') DEPS = -L libs/hammer.rs/target -L libs/toml-rs/build -TOML = libs/toml-rs/lib/$(shell rustc --crate-file-name libs/toml-rs/src/toml.rs) +TOML = libs/toml-rs/build/$(shell rustc --crate-file-name libs/toml-rs/src/toml.rs) HAMMER = libs/hammer.rs/target/$(shell rustc --crate-type=lib --crate-file-name libs/hammer.rs/src/hammer.rs) HAMCREST = libs/hamcrest-rust/target/libhamcrest.timestamp LIBCARGO = target/libcargo.timestamp -- 2.30.2